/*底部模块*/


/* .footer {} */

.footer-top {
    width: 100%;
    display: flex;
    align-items: center;
    /* height: 353px; */
    background-color: #252525;
}

.ftMain {
    min-height: 100px;
    padding-top: 20px;
    margin: 0 auto;
    color: #f8f8f8;
}

.ftCon {
    display: flex;
    justify-content: center;
    padding: 30px 0
}

.ftCon h4 {
    font-size:20px;
    font-weight: 400;
    padding-bottom: 15px;
    
}

.ftLink {
    width:54.7% ;
    display: flex;
    justify-content: space-around;
    padding-left: 18px;
}

.ftLink .box {
    padding: 0 20px;
}

.ftLink a,
.right-footer_box a {
    display: block;
    line-height: 3em;
    color: #f8f8f8;
    font-size: 14px;
}

.ftLink a:hover {
    color: #00abd9
}

.right-footer_box {
    display: flex;
    margin-left: 30px;
}

.right-footer_box .last-box {
    padding: 0 20px 0 60px;
    border-left: 1px solid #505050;
}

.ftEwm {
    text-align: center;
    /* color: #f8f8f8; */
    /* color: #939393; */
}

.ftEwm img {
    margin-bottom: 10px;
}

.footer-bottom {
    height: 47px;
    text-align: center;
    line-height: 47px;
    background-color: #1c1c1c;
    font-size: 14px;
    color: #787878;
}
.right-footer_box .last-box span{
    display: block;
    line-height: 3;
    /* color: #ffffff; */
    /* color: #939393; */
    font-size: 14px;
}
@media screen and (max-width:1366px) {
    .ftCon h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .ftLink {
        display: flex;
        justify-content: space-between;
        width: 90.7%;
        padding-left: 0px;
    }
  
    .right-footer_box {
        display: block;
        margin: 0 auto;
    }
    .right-footer_box .last-box {
        border: none;
        padding: 0 50px 0 0;
    }
    .footer-bottom {
        height:auto; 
        line-height:1.2;
        padding: 10px 0;
      
        font-size: 11px;
    }
    .ftLink .box {
        padding: 0 ;
    }
    .ftMain {
        padding-top: 0;
    }
    .ftCon {
        display: block;
        padding: 30px 20px;
    }
    /* .ftEwm img {
        width: 63px;
        margin-left: 10px;
    } */
    .ftEwm p {
        font-size: 14px;
    }
    .ftEwm {
      
        margin-top: 20px;
    }
    .last-box h4{
        display: none;
    }
    .footer-top {
        height: auto;
    }
    .ftCon h4 {
        font-size: 14px;
        padding-bottom: 20px;
    }
    .ftLink a {
        display: none;
    }
    .right-footer_box a {
        line-height: 1.4;
        font-size: 10px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 996px) {
    .ftLink .box {
        padding: 0 20px 0 10px;
    }
    .ftCon h4 {
        font-size: 15px;
    }
    .ftLink a,
    .right-footer_box a {
        font-size: 14px;
    }
    .ftLink {
        /* display: none; */
        padding-left: 0;
        width: 66%;
    }
    .ftEwm {
        font-size: 14px;
    }
    /* .right-footer_box .last-box {
        padding: 0;
        border-left: none;
    } */
}